Angular count-to directive


Count to {{countTo}} from {{countFrom}} over 4 seconds





Example directive code

<h1 count-to="{{model.countTo}}" duration="4" count-from="{{model.countFrom}}"></h1>